home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / glibc108.gz / glibc108 / glibc-1.08.1 / sysdeps / unix / common / configure.in < prev    next >
Encoding:
Text File  |  1994-03-28  |  434 b   |  15 lines

  1. GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
  2.  
  3. changequote(,)
  4. if [ ! "$inhibit_glue" ]; then
  5. changequote([,])
  6.  
  7. # Find out what this system calls `sys_siglist'.
  8. AC_HAVE_FUNCS(sys_siglist _sys_siglist)
  9.  
  10. # Find out the name of the table the system's <ctype.h> uses for character
  11. # classification.  This is used by sysdeps/unix/common/glue-ctype.c.
  12. AC_HAVE_FUNCS(_ctype_ __ctype_ __ctype _ctype__ _ctype _locp)
  13.  
  14. fi
  15.